home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Internet
/
Collection of Internet.iso
/
infosrvr
/
dev
/
www_talk.930
/
000453_connolly@pixel.convex.com _Mon Dec 7 10:39:13 1992.msg
< prev
next >
Wrap
Internet Message Format
|
1994-01-24
|
2KB
Return-Path: <connolly@pixel.convex.com>
Received: from dxmint.cern.ch by nxoc01.cern.ch (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA10688; Mon, 7 Dec 92 10:39:13 MET
Received: by dxmint.cern.ch (5.65/DEC-Ultrix/4.3)
id AA10618; Mon, 7 Dec 1992 10:52:31 +0100
Received: from pixel.convex.com by convex.convex.com (5.64/1.35)
id AA12644; Mon, 7 Dec 92 03:07:04 -0600
Received: from localhost by pixel.convex.com (5.64/1.28)
id AA00523; Mon, 7 Dec 92 03:07:01 -0600
Message-Id: <9212070907.AA00523@pixel.convex.com>
To: Eelco van Asperen <evas@cs.few.eur.nl>
Cc: marca@ncsa.uiuc.edu, www-talk@nxoc01.cern.ch
Subject: Re: C++?
In-Reply-To: Your message of "Mon, 07 Dec 92 09:39:54 +0100."
<9212070839.AA02199@slc01.cs.few.eur.nl>
Date: Mon, 07 Dec 92 03:07:01 CST
From: Dan Connolly <connolly@pixel.convex.com>
>I would love it; I've been working on a PC browser using Borland C++
>and Turbo Vision (a user interface toolkit) and a C++ library would
>make life a lot easier.
I second the motion. I like C++. With gcc2, it's fairly ubiquitous.
I think it makes for more productive programming.
Now... we'll have to do some thinking about class design.
I looked over the HText, HT_Anchor, etc. stuff a while ago.
The design is sound, I think. It would convert quite nicely
to C++.
My biggest problem with the HText class is that it throws
away a lot of the information in the SGML markup.
I wonder if a function that would just parse the whole
document and return some nifty structure would be useful.
No W3 processing in this routine: just SGML stuff. We
might look into using the sgmls materials as a library.
Or we might write our own. I'm getting the hang of
writing SGML parsing stuff. Once you get past the yucky
lexical details, it's not bad.
Then you could traverse the structure, find the anchors,
and, build a formatted text, etc. out of it.
Dan